CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 创建 access

搜索资源列表

  1. Source4

    0下载:
  2. 稿件名称:MFC嵌入菜单功能的常规DLL创建与访问代码名称:源程序 调试环境:Win XP;VC++ 6.0 -Manuscr ipt name: MFC embedded menu feature of conventional DLL to create and access code name: the source code debugging environment: Win XP VC++ 6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:373453
    • 提供者:xiaoliang
  1. EX1_8

    0下载:
  2. 用VC++创建和访问环境变量 用VC++创建和访问环境变量-With VC++ Create and access environment variables used VC++ Create and access environment variables
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:83205
    • 提供者:王子
  1. RandomExample

    0下载:
  2. 使用RandomAccessFile类处理文件. RandomAccessFile类创建的流的指向既可以作为目的,称为随机读写流.-RandomAccessFile file type to use to deal with. RandomAccessFile created flow type can point to as the purpose, known as random access stream.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:941
    • 提供者:hpw
  1. getwords

    0下载:
  2. 提取文章中的英文单词,获取单词个数,动态创建数组。-Extraction of the article in the English word, access to the number of words, the dynamic creation of an array.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:5548
    • 提供者:herong
  1. shop

    0下载:
  2. 用java实现的五金店问题的源代码.对各种工具的存取信息操作 JAVA作业 创建一个文件对信息进行存取 -The realization of the hardware store with the issue of java source code. For a variety of tools to access information on the operation JAVA operations to create a document on information access
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1279
    • 提供者:kaka
  1. Address

    0下载:
  2. 基于ODBC数据源的地址本程序,能够对于联系人进行正常的编辑、修改及查看。使用的access数据源请自行创建,里面只含有一张表,表中含有“姓名”“电话”“地址”“邮箱”等字段。-ODBC data source based on the address of the procedure, to the contact normal edit, modify and view. Access the data source used to create your own, which contai
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-31
    • 文件大小:51735
    • 提供者:王纲
  1. bookshop

    0下载:
  2. 创建和运行动态、交互的Web服务器应用程序,接收客户端请求,并对后端数据库进行存取操作,然后将处理结果返回到客户端浏览器。-To create and run dynamic, interactive Web server applications, to receive client requests, and back-end database access operation, and then the results will be returned to the client brow
  3. 所属分类:Project Design

    • 发布日期:2017-05-11
    • 文件大小:2560552
    • 提供者:
  1. litexsqlite

    1下载:
  2. 用vb创建sqlite数据库,独家提供,不用在用access这个大个子了-Use vb to create sqlite database, to provide exclusive, do not have access to this big man with a
  3. 所属分类:Other Databases

    • 发布日期:2017-05-02
    • 文件大小:541847
    • 提供者:风云会
  1. multithreadwebspider

    0下载:
  2. vc6编写的多线程网络蜘蛛。功能:1、下载指定网址的网页文件,并可获得服务器的http响应信息。 2、可过滤出下载网页源码中的链接,文字,html标签,email地址 3、自动创建工作线程,检验过滤链接的有效性。-vc6 prepared multi-threaded web spider. Function: 1, download URL specified documents and access to the http server to respond to informati
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:71945
    • 提供者:hxl
  1. chengxu

    0下载:
  2. 创建数据库必须的一些函数,可以用面向对象的方式。定义一个通用的访问数据库的接口,这是一些核心的实现部分。-Create a database must be some function can be used to object-oriented approach. The definition of a common interface to access the database, which is the realization of some of the core part.
  3. 所属分类:Database system

    • 发布日期:2017-04-12
    • 文件大小:1727
    • 提供者:shen
  1. CFile_10

    0下载:
  2. 该程序介绍如何获取文件属性信息 功能为获取文件的创建、修改、访问等信息-This procedure describes how to obtain the file attributes function for access to document information creation, modification, and other information visit
  3. 所属分类:File Operate

    • 发布日期:2017-04-26
    • 文件大小:28277
    • 提供者:dlgiant
  1. Scan

    0下载:
  2. 本程序主要实现了动态获取多个共享ACCESS数据库数据的功能,采用控件数组的方式,动态创建TADOConnection,然后建立连接。查询时遍历所有的TADOConnection。-This procedure mainly realize dynamic access to a number of shared data in ACCESS database using the control array approach, the dynamic creation of TADOConnec
  3. 所属分类:Other Databases

    • 发布日期:2017-05-03
    • 文件大小:1008444
    • 提供者:谯鹏
  1. LoadDllRes

    0下载:
  2. Visual C++ 创建纯资源 DLL 包含资源(如图标、位图、字符串和对话框)的 DLL。 纯资源 DLL 的应用程序应调用loadLibrary 来显式链接到 DLL。若要访问资源,请调用资源特定的函数之一:LoadBitmap,LoadImage,LoadCursor,LoadIcon,LoadString //资源ID不加 “”。使用完资源后,应用程序应调用 FreeLibrary。 LoadDllRes.rar 演示了全过程。 -Visual C++ to cre
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:70891
    • 提供者:xuyucheng
  1. librarymanagementsystem

    0下载:
  2. 采用c编程来实现创建、编辑、统计图书信息,方便查询资料的图书管理系统-Using c programming to achieve the creation, editing, statistics book information, easy access to information library management system
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:7356
    • 提供者:雷婷婷
  1. caiwu

    0下载:
  2. 1.系统需要为不同的用户设立不同的帐户。用户在创建新账号时候需要设定用户名和密码。使用时,用户需要输入密码才能进入自己的帐户; 2.用户可以添加、修改和删除收入和支出信息,信息包括:交易日期、收支分类、币种、金额以及说明等,系统同时显示帐户余额; 3.用户可以根据实践范围和币种查询收支信息; 4.系统可以按用户设定的实践段统计日常收支,以曲线图显示逐月变化情况 -1. Systems required for different users to set up a differ
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:16667
    • 提供者:王小天
  1. Partcode

    0下载:
  2. 创建Web应用的管理系统 获得MBeanServer的实例-Create a Web application management system access to the MBeanServer instance
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-13
    • 文件大小:2158
    • 提供者:陈丽
  1. register

    0下载:
  2. 在C#中创建注册表,修改注册表,删除注册表,获取和设置注册表键值-In C# to create the registry, to modify the registry, delete the registry, access and set the registry key
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:105532
    • 提供者:郭伟华
  1. HookToolsrc

    0下载:
  2. 前两天有个朋友想让我帮做个ApiHook的东西,公司的网较慢,只能搜国内网站,结果搜了n个没有完整原代码,极度郁闷,现转一个codeproject的原代码,以后也方便自己下载使用。 说明一下,这个代码在CodeProject有下,代码我大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部
  3. 所属分类:Hook api

    • 发布日期:2017-04-24
    • 文件大小:68388
    • 提供者:szg
  1. link_list

    0下载:
  2. 单链表的算法问题,表的创建,插入删除元素,获取和查找元素-Single-linked list algorithm problem, table creation, insert delete elements, access and search elements
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1248
    • 提供者:丹丹
  1. getids

    0下载:
  2. 获取本机ip,mac地址和时间,依次转换成16进制字符串,并连接到一起,返回的字符串可以作为数据库编程创建数据表的主键ID.-Access to the local ip, mac address and time, followed by 16 to convert hexadecimal string, and connect together, the return of the string can be used as a database programmer to create d
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3582
    • 提供者:阿表
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 31 »
搜珍网 www.dssz.com